Add (inappropriately sized) app icons.
authorrobertl <robertl>
Fri, 7 Aug 2009 00:03:53 +0000 (00:03 +0000)
committerrobertl <robertl>
Fri, 7 Aug 2009 00:03:53 +0000 (00:03 +0000)
gui/app.pro
gui/images/appicon.icns [new file with mode: 0644]

index 2ed7251c0821b42710d3c8cd25127ff3cdca6f27..00cea506bba8dddf54e84874b1bb72d3375ec730 100755 (executable)
@@ -1,4 +1,4 @@
-# $Id: app.pro,v 1.6 2009/08/06 03:19:10 robertl Exp $
+# $Id: app.pro,v 1.7 2009/08/07 00:03:53 robertl Exp $
 #
 
 #CONFIG += qt debug console
@@ -7,6 +7,8 @@ CONFIG += qt release
 # For Mac, build Universal binary.   Ignored on other OSes.
 CONFIG += x86 ppc
 
+ICON = images/appicon.icns
+
 QT += network \
     xml \
     webkit
diff --git a/gui/images/appicon.icns b/gui/images/appicon.icns
new file mode 100644 (file)
index 0000000..9fc76d7
Binary files /dev/null and b/gui/images/appicon.icns differ